/* 头部开始 */
.btn{
  cursor: pointer;
 }
 .head_top{
   height: 166px;
   background: url(../img/header-bg1.png) no-repeat center;
 }
 .head_top h5{
   display: inline-block;
   vertical-align: top;
 }
 .head_top h5 img{
   margin-top: 37px;
 }
 .head_top .search,.head_top .search ul,.head_top .search li{
   display: inline-block;
   vertical-align: top;
   font-size: 0px;
 }
 .head_top .search{
   position: relative;
   width: 601px;
   float: right;
   margin-top: 22px;
 }
 #wxawm{
 top:10px;
 right:516px;
 z-index: 10;
 }
 .head_top .search li{
   font-size: 14px;
   color: #333333;
 }
 .head_top .search li a{
   color: #333333;
 }
 .search li a :hover{
   color: #015293;
 }
 .head_top .search li span{
   margin: 0px 10px;
 }
 .head_top .search a img{
   margin-right: 29px;
 }
 .head_top .search input{
   padding: 0px 70px 0px 20px;
   width: 511px;
   height: 50px;
   line-height: 50px;
   border: 1px solid #E0E0E0;
   font-size: 14px;
   color: #999999;
   background: none;
 }
 .head_top .search  div{
   position: relative;
   margin-top: 15px;
 }
 .head_top .search  div button{
   position: absolute;
   top: 15px;
   right: 0px;
   border: 0px;
   width: 69px;
   background: none;
   border-left: 1px solid #E0E0E0;
 }
 .font_switch{
   margin-left: 43px;
 }
 .member{
   float: right;
   height: 30px;
 }
 .member span{
   font-size: 14px;
   margin: 0px 10px;
 }
 /* 导航开始 */
 .nav{
   height: 70px;
   line-height: 70px;
   border-bottom: 1px solid #E0E0E0;
   
 }
 .nav_content ul{
   font-size: 0px;
   text-align: center;
 }
 .nav_content li{
   display: inline-block;
   vertical-align: top;
   font-size: 20px;
   padding: 0px 60px;
 }
 /* .nav_content li{
   padding: 0px 80px;
 }*/
 .nav_content li a{
   color: #333333;
   font-weight: bold;
 }
   /* 个人注册法人注册样式 */
   .registrationType{
    position: relative;
  }
  .head_top .registrationType div{
    position: absolute;
    width: 83px;
    left: -27px;
    padding-top: 16px;
    z-index: 1;
    display: none;
    top: -8px;
  }
  .head_top .registrationType div span{
    background: #ffffff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    display: block;
    border: 1px solid #E0E0E0;
    margin:0px;
    margin-top: 7px;
  }
  .registrationType div a:hover{
   color:#015293;
  }
.barrier-free a {
    background: #fff;
    color: #F76B00 !important;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}
.barrier-free {
	padding-top: 10px;
	margin-top: 0px !important;
}
.oldModeButton {
	float: right;
	margin-top: 0px !important;
}
.oldModeButton a {
    background: #F76B00;
    color: #fff !important;
}
.barrier {
	float: right;
}